home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Utilitaires divers / Images / Mac POV Utils 1.1 ƒ / POV-Utils Docs.Raw / Sponge / SPONGE2.B < prev   
Encoding:
Text File  |  1992-12-10  |  464 b   |  41 lines  |  [TEXT/ttxt]

  1.  
  2. //      sponge, take 2
  3.  
  4. #include color.bc
  5.  
  6. studio {
  7.     from 4 -10 6
  8.     at 0 0 0
  9.     up 0 0 1
  10.     angle 50
  11.     res 640 480
  12.     antialias adaptive
  13.     threshold 4
  14.     aspect 1.3333
  15.     background black
  16.  
  17.     ambient .1 .1 .1
  18.  
  19.     bunching 6
  20. }
  21.  
  22. light {
  23.     type point
  24.     falloff 1
  25.     position 5 -3 12
  26.     color 6 6 6
  27. }
  28. light {
  29.     type point
  30.     falloff 1
  31.     position -1 -6 2
  32.     color 4 4 4
  33. }
  34.  
  35. surf { diff white }
  36. ring { center 0 0 -3 normal 0 0 1 radius 50 }
  37.  
  38. surf { diff 0 .5 1 shine 30 white }
  39.  
  40. #include sponge2.bo
  41.